home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / wit472.zip / DEMO / SYSTEMEG.HLP / SYSTEMEG.bin
Text File  |  1994-11-25  |  788b  |  18 lines

  1. IGRAPH
  2.  
  3. systemEg --- example use of system operator
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The systemEg igraph shows how the system operator can be used to mix
  9. external programs with WiT. In this Igraph, some WiT operators are
  10. executed first. Their outputs are converted to sync object and then sent
  11. to a system operator. This ensures that the system program is invoked only
  12. when all the WiT operators have finished executing. They can, for example,
  13. write some data out on disk in a format that the system program can read in.
  14. System operators can be chained too. Towards the end of the Igraph, the
  15. output from a system operator is sent to several WiT operators. If the
  16. system program has saved some files in WiT format, then WiT operators will
  17. be able to read the data back into WiT.
  18.